ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / GroupAsync Method
The group descriptions that determine how the data will be grouped.

In This Topic
    GroupAsync Method (C1GroupCollectionView<S>)
    In This Topic
    Groups the collection view according to the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overrides Function GroupAsync( _
       ByVal ParamArray groupDescriptions() As GroupDescription _
    ) As System.Threading.Tasks.Task
    public override System.Threading.Tasks.Task GroupAsync( 
       params GroupDescription[] groupDescriptions
    )

    Parameters

    groupDescriptions
    The group descriptions that determine how the data will be grouped.
    See Also